Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Dashboard guide explaining how students can apply for Caido’s Education Plan, and surfaces it in the Dashboard Guides sidebar.
Changes:
- Added a new “Applying for Education Plan” guide with step-by-step application instructions.
- Added the new guide to the Dashboard Guides sidebar navigation under “Users”.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/dashboard/guides/education_plan.md | New documentation page describing how to apply for and verify the Education Plan. |
| .vitepress/sidebars/dashboard/guides.ts | Adds a sidebar entry linking to the new Education Plan guide. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| --- | ||
| description: "How to get Caido for free by applying for the Education plan." | ||
| --- | ||
|
|
||
| # Applying for Education Plan |
There was a problem hiding this comment.
The page mixes capitalization (“Education plan” vs “Education Plan”) and is missing a frontmatter title, which can lead to inconsistent SEO/page metadata and inconsistent naming across the docs. Consider adding title: "Applying for the Education Plan" to frontmatter and using “Education Plan” consistently in the description and headings (and optionally add “the” in the H1 to match the sidebar text better).
|
|
||
| ## Submitting your application | ||
|
|
||
| On the Education tab, fill in the form with your **level of study** (e.g. secondary, undergraduate, graduate) and **field of study**. If your field is not in the list, choose the option to specify it manually. Then click **Submit application**. |
There was a problem hiding this comment.
Minor grammar/style: in prose, “e.g.” is typically followed by a comma. Consider changing “(e.g. secondary, undergraduate, graduate)” to “(e.g., secondary, undergraduate, graduate)”.
| On the Education tab, fill in the form with your **level of study** (e.g. secondary, undergraduate, graduate) and **field of study**. If your field is not in the list, choose the option to specify it manually. Then click **Submit application**. | ||
|
|
||
| ::: warning | ||
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application." |
There was a problem hiding this comment.
The UI message is currently in quotes; using inline code formatting improves readability and makes it clear it’s an exact string. Consider changing the quoted message to inline code (and, if it’s long, potentially a block quote).
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: "You already have a subscription. You need to cancel it to submit an application." | |
| If you already have a paid subscription, you must cancel it before you can submit an application. The form will show a message: `You already have a subscription. You need to cancel it to submit an application.` |
No description provided.